home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00335.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  183 b   |  12 lines

  1. on exitFrame
  2.   startTimer()
  3.   unLoadCast()
  4.   preLoad(label("S33"), label("S33") + 3)
  5.   if the timer > 60 then
  6.     go(#next)
  7.   else
  8.     wait(60 - the timer)
  9.     go(#next)
  10.   end if
  11. end
  12.